home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 164 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  773 b 

  1. Path: jupiter.planet.net!usenet
  2. From: Chris Kemp <chrisk@paladn.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: function checking
  5. Date: 2 Jan 1996 12:38:25 GMT
  6. Organization: Paladin Consultants, Inc.
  7. Message-ID: <4cb901$nf@jupiter.planet.net>
  8. NNTP-Posting-Host: denv1.planet.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2N (Windows; I; 32bit)
  13.  
  14. I am making an application which receives input over a serial port in the form of:
  15. function parm1 parm2 ,,,parmn
  16.  
  17. The program has many functions, most overloaded.
  18. The input line will be parsed, and I am thinking about HOW TO VALIDATE
  19. the parameters with respect to type and number BEFORE they get
  20. passed into the function.
  21.  
  22. Any thoughts would be appreciated.
  23.  
  24. TIA
  25.  
  26.